ASP.NET Core MVC コントロールヘルプ
ListBoxBuilder<T> クラス
メンバ 

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 : ListBoxBuilder<T> クラス
Defines a builder to configurate C1.Web.Mvc.ListBox<T>.
オブジェクト モデル
ListBoxBuilder<T> クラス
シンタックス
'宣言
 
Public Class ListBoxBuilder(Of T) 
   Inherits C1.Web.Mvc.Fluent.ItemsBoundControlBuilder(Of T,ListBox(Of T),ListBoxBuilder(Of T))
   Implements Microsoft.AspNetCore.Html.IHtmlContent 
public class ListBoxBuilder<T> : C1.Web.Mvc.Fluent.ItemsBoundControlBuilder<T,ListBox<T>,ListBoxBuilder<T>>, Microsoft.AspNetCore.Html.IHtmlContent  
型パラメータ
T
継承階層

System.Object
      C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
         C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>
            C1.Web.Mvc.Fluent.ControlBuilder<TControl,TBuilder>
               C1.Web.Mvc.Fluent.ItemsBoundControlBuilder<T,TControl,TBuilder>
                  C1.Web.Mvc.Fluent.ListBoxBuilder<T>

参照

ListBoxBuilder<T> メンバ
C1.Web.Mvc.Fluent 名前空間